Nevron.Chart Namespace / NSeriesDataItemStrokeStyleApplicator Class / NSeriesDataItemStrokeStyleApplicator Constructor / NSeriesDataItemStrokeStyleApplicator Constructor(List<NStrokeStyle>,Boolean,Boolean,Boolean)


In This Topic
    NSeriesDataItemStrokeStyleApplicator Constructor(List<NStrokeStyle>,Boolean,Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal strokeStyles As System.Collections.Generic.List(Of NStrokeStyle), _
       ByVal applyToMarkers As System.Boolean, _
       ByVal applyToDataLabels As System.Boolean, _
       ByVal applyToDataPoints As System.Boolean _
    )
    'Usage
     
    
    Dim strokeStyles As System.Collections.Generic.List(Of NStrokeStyle)
    Dim applyToMarkers As System.Boolean
    Dim applyToDataLabels As System.Boolean
    Dim applyToDataPoints As System.Boolean
     
    Dim instance As New NSeriesDataItemStrokeStyleApplicator(strokeStyles, applyToMarkers, applyToDataLabels, applyToDataPoints)
    public NSeriesDataItemStrokeStyleApplicator( 
       System.Collections.Generic.List<NStrokeStyle> strokeStyles,
       System.bool applyToMarkers,
       System.bool applyToDataLabels,
       System.bool applyToDataPoints
    )

    Parameters

    strokeStyles
    applyToMarkers
    applyToDataLabels
    applyToDataPoints
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also